|
|
|
|
Usage Field, ItemClickEventArgs Class |
Defines in which area of the control the mouse click occurred.
Syntax ItemClickEventArgs Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property Usage As UsageLocationEnum |
C# |
public readonly UsageLocationEnum Usage; |
C++ |
public: <readonly> UsageLocationEnum Usage; |
Field Value
Used with events to define in which area of the control the cell or item is used.
Value |
Description |
|
0 | The cell or item is used in the item area. | |
1 | The cell or item is used in the header area. | |
2 | The cell or item is used in the footer area. |
Comments
The Usage field defines in which area of the control the mouse click occurred.